home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_e_h / hlptrix.zip / GLOSS.ZIP / HLPGLOSS.HPJ < prev    next >
Text File  |  1992-06-24  |  1KB  |  35 lines

  1. ; Glossary help sample
  2. ; By Scott Skorupa
  3. ; Written by Microsoft Product Support Services, Windows Developer Support
  4. ; Copyright (c) 1992 Microsoft Corporation. All rights reserved.
  5.  
  6. [OPTIONS]
  7. CITATION=ºCopyright 1992 Microsoft Developer Support
  8.  
  9. [FILES]
  10. HLPGLOSS.RTF
  11.  
  12. [CONFIG]
  13. ; The CreateButton macro creates the "Glossary" button.
  14. ; The third parameter (the macro parameter) can be 
  15. ; the JumpId, JumpContext, or JumpContents macro.  
  16. ; Use the JumpId macro if you know the context string of 
  17. ; the glossary topic.  Use JumpContext if instead you know the 
  18. ; context number.  If the glossary is the contents topic of a 
  19. ; (different) help file, you can use JumpContents. If the 
  20. ; glossary topic is in a different .HLP file, that help 
  21. ; file must define the secondary window in
  22. ; its [WINDOWS] section.  In this case, the help topic is in 
  23. ; this help file, and JumpId (JI) is used to jump to it.  The
  24. ; glossary will be shown in a secondary window titled Glossary
  25. ; which is listed in the [WINDOWS] section below.
  26. CreateButton("Glossary_Btn","&Glossary","JI(`hlpgloss.hlp>Gloss',`Glossary_Context')")
  27.  
  28. [WINDOWS]
  29. ; the secondary window for the glossary must be defined in the 
  30. ; [WINDOWS] section of the .HPJ file for the help file which
  31. ; contains the glossary topic.
  32. Gloss = "Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
  33.  
  34.  
  35.